home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 2 / X'Tasies 2 - Disc 2.iso / mac / Photo.Dir / 00014.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  192 b   |  11 lines

  1. global auto_flg
  2.  
  3. on mouseDown
  4.   set the visible of sprite 8 to 0
  5.   updateStage()
  6.   set auto_flg to 0
  7.   go(marker(-1))
  8.   set the visible of sprite 8 to 1
  9.   set the visible of sprite 5 to 1
  10. end
  11.